home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Eductation Resources
/
APDL Eductation Resources.iso
/
programs
/
electronic
/
rlab
/
!RLaB
/
help_a_i
/
all
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-02-05
|
304 b
|
16 lines
all:
Syntax: all ( A )
Description:
When A is a vector (row or column):
All returns TRUE (1) if all of the elements of A are non-zero.
All returns zero otherwise.
When A is a matrix (A.nc >= 2)
All operates on the columns of A, returning a row-vector of
ones and zeros.
See Also: any